From: Matthias Clasen Date: Tue, 27 Sep 2022 11:31:55 +0000 (+0000) Subject: Apply 1 suggestion(s) to 1 file(s) X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~1^2~19^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=31d483dfbc40e2278f64475c41a15117a4e74575;p=gtk4.git Apply 1 suggestion(s) to 1 file(s) --- diff --git a/meson.build b/meson.build index 035efb2422..f27dfb6f82 100644 --- a/meson.build +++ b/meson.build @@ -254,9 +254,9 @@ if cc.get_id() == 'msvc' # in GLib, based on _Win32_Programming_ by Rector and Newcomer test_cflags = [ '-FImsvc_recommended_pragmas.h', - '-D_USE_MATH_DEFINES', - '-utf-8', - '-Zc:preprocessor' + '-D_USE_MATH_DEFINES', + '-utf-8', + '-Zc:preprocessor' ] add_project_arguments(cc.get_supported_arguments(test_cflags), language: 'c')